home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Arsenal Files 1
/
The Arsenal Files (Arsenal Computer).ISO
/
novell
/
l11i01.exe
/
FIELDTST
/
STACKFIX.PAT
< prev
next >
Wrap
Text File
|
1993-03-30
|
975b
|
27 lines
TARGET=C:\NWLITE\SERVER.EXE
LIST
print "STACKFIX.PAT - NetWare Lite Server stack initialization fix patch,\n"
print " Italian version.\n"
VERIFY
va = search ( 90 90 90 90 90 90 90 E8 80 00 checksum 558 )
if va=3095 then
print " $TARGET already contains patch STACKFIX.PAT.\n"
stop
else
print " $TARGET does not contain patch STACKFIX.PAT.\n"
endif
APPLY
print " Applying patch STACKFIX.PAT to $TARGET...\n"
vb = search ( FA 1E 17 BC 8C 14 FB E8 80 00 checksum 4EE )
if vb=3095 then
patch 3095 ( 90 90 90 90 90 90 90 checksum 3F0 )
write
print " $TARGET now contains patch STACKFIX.PAT.\n"
stop
else
print " Could not find pattern indicating that $TARGET\n"
print " needs this patch. Make sure you are using this\n"
print " patch with NetWare Lite SERVER.EXE, Italian version 1.1.\n"
stop
endif